[INFO] fetching crate inline_enum_handler 0.1.0...
[INFO] fixing inline_enum_handler-0.1.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate inline_enum_handler 0.1.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate inline_enum_handler 0.1.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate inline_enum_handler 0.1.0
[INFO] tweaked toml for crates.io crate inline_enum_handler 0.1.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate inline_enum_handler 0.1.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate inline_enum_handler 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1d68486ce479031569550eb0f04267397b4af0d8abc8e543b29dd09bc327499a
[INFO] running `Command { std: "docker" "start" "1d68486ce479031569550eb0f04267397b4af0d8abc8e543b29dd09bc327499a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1d68486ce479031569550eb0f04267397b4af0d8abc8e543b29dd09bc327499a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d68486ce479031569550eb0f04267397b4af0d8abc8e543b29dd09bc327499a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1d68486ce479031569550eb0f04267397b4af0d8abc8e543b29dd09bc327499a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking inline_enum_handler v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]     Checking tokio v1.52.1
[INFO] [stdout] error[E0432]: unresolved import `enum_handlers`
[INFO] [stdout]  --> examples/async.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use enum_handlers::{with_enum_handlers, handle};
[INFO] [stdout]   |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `enum_handlers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `enum_handlers`, use `cargo add enum_handlers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `dispatch` found for struct `App` in the current scope
[INFO] [stdout]   --> examples/async.rs:35:22
[INFO] [stdout]    |
[INFO] [stdout]  8 | struct App {
[INFO] [stdout]    | ---------- method `dispatch` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 35 |     let output = app.dispatch(Message::Inc(10)).await;
[INFO] [stdout]    |                      ^^^^^^^^ method not found in `App`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `dispatch` found for struct `App` in the current scope
[INFO] [stdout]   --> examples/async.rs:38:22
[INFO] [stdout]    |
[INFO] [stdout]  8 | struct App {
[INFO] [stdout]    | ---------- method `dispatch` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 38 |     let output = app.dispatch(Message::Get).await;
[INFO] [stdout]    |                      ^^^^^^^^ method not found in `App`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `enum_handlers`
[INFO] [stdout]  --> examples/multiple.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use enum_handlers::{handle, with_enum_handlers};
[INFO] [stdout]   |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `enum_handlers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `enum_handlers`, use `cargo add enum_handlers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `inline_enum_handler` (example "async") due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0432]: unresolved import `enum_handlers`
[INFO] [stdout]  --> examples/basic.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use enum_handlers::{with_enum_handlers, handle};
[INFO] [stdout]   |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `enum_handlers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `enum_handlers`, use `cargo add enum_handlers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `enum_handlers`
[INFO] [stdout]  --> examples/return-type.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use enum_handlers::{with_enum_handlers, handle};
[INFO] [stdout]   |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `enum_handlers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `enum_handlers`, use `cargo add enum_handlers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `dispatch` found for struct `App` in the current scope
[INFO] [stdout]   --> examples/return-type.rs:39:26
[INFO] [stdout]    |
[INFO] [stdout]  9 | struct App {
[INFO] [stdout]    | ---------- method `dispatch` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 39 |     println!("{:?}", app.dispatch(Message::Inc(10)));
[INFO] [stdout]    |                          ^^^^^^^^ method not found in `App`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `dispatch` found for struct `App` in the current scope
[INFO] [stdout]   --> examples/return-type.rs:40:26
[INFO] [stdout]    |
[INFO] [stdout]  9 | struct App {
[INFO] [stdout]    | ---------- method `dispatch` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 40 |     println!("{:?}", app.dispatch(Message::Dec(5)));
[INFO] [stdout]    |                          ^^^^^^^^ method not found in `App`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `dispatch` found for struct `App` in the current scope
[INFO] [stdout]   --> examples/return-type.rs:41:26
[INFO] [stdout]    |
[INFO] [stdout]  9 | struct App {
[INFO] [stdout]    | ---------- method `dispatch` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 41 |     println!("{:?}", app.dispatch(Message::Get));
[INFO] [stdout]    |                          ^^^^^^^^ method not found in `App`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `enum_handlers`
[INFO] [stdout]  --> examples/rename.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use enum_handlers::{handle, with_enum_handlers};
[INFO] [stdout]   |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `enum_handlers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `enum_handlers`, use `cargo add enum_handlers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `on_api` found for struct `App` in the current scope
[INFO] [stdout]   --> examples/multiple.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | struct App {
[INFO] [stdout]    | ---------- method `on_api` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 53 |     app.on_api(ApiMessage::Inc).await;
[INFO] [stdout]    |         ^^^^^^ method not found in `App`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `dispatch` found for struct `App` in the current scope
[INFO] [stdout]   --> examples/basic.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | struct App {
[INFO] [stdout]    | ---------- method `dispatch` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 31 |     app.dispatch(Message::Inc(Inc(10, 3)));
[INFO] [stdout]    |         ^^^^^^^^ method not found in `App`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `on_background` found for struct `App` in the current scope
[INFO] [stdout]   --> examples/multiple.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | struct App {
[INFO] [stdout]    | ---------- method `on_background` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 56 |     app.on_background(BackgroundMessage::Done(5));
[INFO] [stdout]    |         ^^^^^^^^^^^^^ method not found in `App`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `inline_enum_handler` (example "return-type") due to 4 previous errors
[INFO] [stdout] error[E0432]: unresolved import `enum_handlers`
[INFO] [stdout]  --> examples/immutable.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use enum_handlers::{handle, with_enum_handlers};
[INFO] [stdout]   |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `enum_handlers`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `enum_handlers`, use `cargo add enum_handlers` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `on_api` found for struct `App` in the current scope
[INFO] [stdout]   --> examples/multiple.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | struct App {
[INFO] [stdout]    | ---------- method `on_api` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 59 |     app.on_api(ApiMessage::Dec).await;
[INFO] [stdout]    |         ^^^^^^ method not found in `App`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `inline_enum_handler` (example "multiple") due to 4 previous errors
[INFO] [stdout] error[E0599]: no method named `dispatch` found for struct `App` in the current scope
[INFO] [stdout]   --> examples/basic.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | struct App {
[INFO] [stdout]    | ---------- method `dispatch` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 34 |     app.dispatch(Message::Dec(5));
[INFO] [stdout]    |         ^^^^^^^^ method not found in `App`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `dispatch` found for struct `App` in the current scope
[INFO] [stdout]   --> examples/immutable.rs:36:24
[INFO] [stdout]    |
[INFO] [stdout] 12 | struct App {
[INFO] [stdout]    | ---------- method `dispatch` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 36 |     println!("{}", app.dispatch(Message::Inc(Inc(10, 3))));
[INFO] [stdout]    |                        ^^^^^^^^ method not found in `App`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `dispatch` found for struct `App` in the current scope
[INFO] [stdout]   --> examples/immutable.rs:38:24
[INFO] [stdout]    |
[INFO] [stdout] 12 | struct App {
[INFO] [stdout]    | ---------- method `dispatch` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 38 |     println!("{}", app.dispatch(Message::Dec(5)));
[INFO] [stdout]    |                        ^^^^^^^^ method not found in `App`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `inline_enum_handler` (example "immutable") due to 3 previous errors
[INFO] [stderr] error: could not compile `inline_enum_handler` (example "basic") due to 3 previous errors
[INFO] [stdout] error[E0599]: no method named `update` found for struct `App` in the current scope
[INFO] [stdout]   --> examples/rename.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | struct App {
[INFO] [stdout]    | ---------- method `update` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 38 |     app.update(Message::Inc(Inc(10, 3)));
[INFO] [stdout]    |         ^^^^^^ method not found in `App`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `update` found for struct `App` in the current scope
[INFO] [stdout]   --> examples/rename.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | struct App {
[INFO] [stdout]    | ---------- method `update` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 41 |     app.update(Message::Dec(5));
[INFO] [stdout]    |         ^^^^^^ method not found in `App`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `inline_enum_handler` (example "rename") due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "1d68486ce479031569550eb0f04267397b4af0d8abc8e543b29dd09bc327499a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d68486ce479031569550eb0f04267397b4af0d8abc8e543b29dd09bc327499a", kill_on_drop: false }`
[INFO] [stdout] 1d68486ce479031569550eb0f04267397b4af0d8abc8e543b29dd09bc327499a
